home *** CD-ROM | disk | FTP | other *** search
- -- background: 2135 from stack: in.'89AMUG News‚Ñ¢
- -- bmap block id: 5231
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openCard
- get the number of this card
- subtract 1 from it
- put it into fld "Page#"
- end openCard
-
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=434 top=303 right=321 bottom=464
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: Page#
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=146 top=322 right=342 bottom=176
- -- title width / last selected line: 0
- -- icon id / first selected line: 25234 / 25234
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: rewind
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right slowly
- go to prev card
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=117 top=321 right=341 bottom=147
- -- title width / last selected line: 0
- -- icon id / first selected line: 4465 / 4465
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: back
- ----- HyperTalk script -----
- on mouseUp
- visual barn door open
- go to second card
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=175 top=322 right=342 bottom=205
- -- title width / last selected line: 0
- -- icon id / first selected line: 2749 / 2749
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Forward
- ----- HyperTalk script -----
- on mouseUp
- visual wipe left slowly
- go to next card
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=205 top=321 right=341 bottom=235
- -- title width / last selected line: 0
- -- icon id / first selected line: 6721 / 6721
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ToFront
- ----- HyperTalk script -----
- on mouseUp
- visual Wipe Down
- pop cd
- end mouseUp
-
-